###
###
Download and run R-Studio. Refer to the “Preparations” module.
Load the designated R Notebook by running it in R-Studio. You can also copy and paste into the Console (then run the code). Install all necessary packages.
Import Climate Change Excel file into the notebook or console.
Convert the global temperature data set into a time series using the ts() command.
View the data using the View() command.
Use the ggplot package to plot the global temperature data.
What can you observe from these visual plots?